PyUT: Implement test for lsb_release.get_lsb_information.
authorDidier Raboud <odyx@debian.org>
Tue, 22 May 2012 13:19:54 +0000 (15:19 +0200)
committerDidier Raboud <odyx@debian.org>
Tue, 22 May 2012 13:19:56 +0000 (15:19 +0200)
commitf6bf9ebeac9bae1464bfe6f5278bfc0bc2551658
tree899e78b1d19930fc47484ae35901c04b5b2b56b9
parentbfa47108c06cb03f762e9f3eae2833cabb2fcb44
PyUT: Implement test for lsb_release.get_lsb_information.

This includes a modification of lsb_release.py to enable an
overridability with an environment variable LSB_ETC_LSB_RELEASE that can
point to another /etc/lsb-release
lsb_release.py
test/lsb-release [new file with mode: 0644]
test/test_lsb_release.py